- all corners have rounded corners
See https://gitlab.gnome.org/GNOME/gtk/-/issues/2745
box-shadow: none;
}
}
- // remove padding and rounding from menubar submenu decoration
- .csd.popup decoration { border-radius:0; }
// only bottom part rounded for menubar menus
& > item popover.menu.background > contents {
margin-top: -1px; //nudge it into the menubar
//nested submenus
& > item popover.menu.background popover.menu.background > contents {
margin: 0;
- border-radius: 0;
+ border-radius: $popover_radius; //including top
}
}